Learn R Programming

SnapATAC (version 1.0.0)

[,dim.reduct,ANY,ANY,ANY-method: subsetting for dim.reduct objects

Description

This function takes a dim.reduct object and returns the subset of the object.

Usage

# S4 method for dim.reduct,ANY,ANY,ANY
[(x, i, j, drop = "missing")

Arguments

x

A dim.reduct object

i

integer; selected rows

j

integer; selected dimentions

drop

character;

Examples

Run this code
# NOT RUN {
data(demo.sp);
demo.sub.sp = demo.sp[1:5,];
# }

Run the code above in your browser using DataLab